PUT /Report/View/TrackUsage/{id}/
PUT /View/TrackUsage/{id} Tracks the usage for the view provided. If the session and client ID are not provided, the current cookie values are used.
Request
| Method |
Request URI |
| PUT |
/API/Report/View/TrackUsage/{id}/?sessionId=value&clientId=value |
URI Parameters
| URI Parameter |
Description |
| sessionId |
Current session ID.
|
| clientId |
The client ID.
|
Path Parameters
| Path Parameter |
Description |
| id |
The ID of the view to track the usage for.
|
Request Body
There is no Request Body for this function.
Response
Response Body
A status code indicating whether the operation was successful.